1 package com.iluwatar; 2 import org.junit.Test; 3 4 import com.iluwatar.App; 5 6 public class AppTest { 7 8 @Test 9 public void test() { 10 String[] args = {}; 11 App.main(args); 12 } 13 }